MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Insert Method / Insert(Int32,T) Method
The index.
The value.

Insert(Int32,T) Method
Inserts a page element into the pages collection at the specified index.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal value As T _
) 
 

Parameters

index
The index.
value
The value.
Exceptions
ExceptionDescription
Occurs if the value is null
See Also